home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineButton2_425 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  88 b   |  7 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("home_page");
  5.    }
  6. }
  7.